Plugin.Fingerprint.Samsung.IdentifyListener.StartIdentify C# (CSharp) Method

StartIdentify() private method

private StartIdentify ( ) : Task
return Task
        private async Task<bool> StartIdentify()
        {
            // TODO: use task completion source instead of retries in SamsungFingerprintImplementation, if samsung fixes the library 
            //_completedSource = new TaskCompletionSource<int>();
            return await _startIdentify(this);
        }